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

  /src/bin/ksh/
syn.c 42 static void nesting_push ARGS((struct nesting_state *save, int tok));
201 nesting_push(&old_nesting, smark);
343 nesting_push(&old_nesting, c);
351 nesting_push(&old_nesting, c);
362 nesting_push(&old_nesting, c);
368 nesting_push(&old_nesting, c);
760 nesting_push(save, tok) function
syn.c 42 static void nesting_push ARGS((struct nesting_state *save, int tok));
201 nesting_push(&old_nesting, smark);
343 nesting_push(&old_nesting, c);
351 nesting_push(&old_nesting, c);
362 nesting_push(&old_nesting, c);
368 nesting_push(&old_nesting, c);
760 nesting_push(save, tok) function

Completed in 22 milliseconds