HomeSort by: relevance | last modified time | path
    Searched defs:glob_table (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
edit.c 450 static void glob_table ARGS((const char *, XPtrV *, struct table *));
642 glob_table(pat, &w, &keywords);
643 glob_table(pat, &w, &aliases);
644 glob_table(pat, &w, &builtins);
646 glob_table(pat, &w, &l->funs);
933 glob_table(pat, wp, tp) function
edit.c 450 static void glob_table ARGS((const char *, XPtrV *, struct table *));
642 glob_table(pat, &w, &keywords);
643 glob_table(pat, &w, &aliases);
644 glob_table(pat, &w, &builtins);
646 glob_table(pat, &w, &l->funs);
933 glob_table(pat, wp, tp) function
edit.c 450 static void glob_table ARGS((const char *, XPtrV *, struct table *));
642 glob_table(pat, &w, &keywords);
643 glob_table(pat, &w, &aliases);
644 glob_table(pat, &w, &builtins);
646 glob_table(pat, &w, &l->funs);
933 glob_table(pat, wp, tp) function

Completed in 33 milliseconds