Searched refs:read_builtin (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dbuiltext.h96 extern int read_builtin __P((WORD_LIST *));
H A Dbuiltins.c135 { "read", read_builtin, BUILTIN_ENABLED | STATIC_BUILTIN, read_doc,
H A Dread.c84 read_builtin (list) function
237 begin_unwind_frame ("read_builtin");
289 run_unwind_frame ("read_builtin");
455 run_unwind_frame ("read_builtin");
486 discard_unwind_frame ("read_builtin");
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c2065 if (read_builtin ((WORD_LIST *)NULL) == EXECUTION_FAILURE)

Completed in 73 milliseconds