Home
last modified time | relevance | path

Searched refs:do_quote (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dinteractive.c503 int saw_esc = 0, do_quote = 0, i, cur_line, len, my_line, save_cursor; in read_line() local
526 if (do_quote) { in read_line()
527 do_quote = 0; in read_line()
709 do_quote = 1; in read_line()
H A Dfcode.c208 do_quote(fcode_env_t *env) in do_quote() function
H A Dforth.c39 void (*quote_ptr)(fcode_env_t *env) = do_quote;
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h336 FNPROTO(do_quote);