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

  /src/bin/ksh/
eval.c 27 typedef struct Expand {
28 /* int type; */ /* see expand() */
36 } Expand;
50 static int varsub ARGS((Expand *xp, char *sp, char *word, int *stypep, int *slenp));
51 static int comsub ARGS((Expand *xp, char *cp));
65 /* compile and expand word */
85 * expand arg-list
99 expand(*ap++, &w, f);
105 * expand string
115 expand(cp, &w, f)
161 expand(cp, wp, f) function
    [all...]
eval.c 27 typedef struct Expand {
28 /* int type; */ /* see expand() */
36 } Expand;
50 static int varsub ARGS((Expand *xp, char *sp, char *word, int *stypep, int *slenp));
51 static int comsub ARGS((Expand *xp, char *cp));
65 /* compile and expand word */
85 * expand arg-list
99 expand(*ap++, &w, f);
105 * expand string
115 expand(cp, &w, f)
161 expand(cp, wp, f) function
    [all...]

Completed in 22 milliseconds