Home
last modified time | relevance | path

Searched refs:end_of_line (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dparse.c83 goto end_of_line;
108 goto end_of_line;
147 end_of_line:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c157 boolean_t comment_found = B_FALSE, end_of_line = B_FALSE; in parseconf() local
242 end_of_line = B_TRUE; in parseconf()
282 if (!comment_found && !end_of_line) { in parseconf()
298 end_of_line = B_FALSE; in parseconf()
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th575 0 value end_of_line
577 : end_of_line? line_pointer end_of_line = ;
631 end_of_line? if 0 else space? then
640 end_of_line? if 0 else
654 end_of_line? if 0 else
685 end_of_line? if ESYNTAX throw then
694 end_of_line? if ESYNTAX throw then
785 line_buffer strget + to end_of_line
789 end_of_line? 0=
800 line_buffer strget + to end_of_line
[all …]
H A Dbeadm.4th51 line_buffer strget + to end_of_line
55 end_of_line? 0=
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc540 end_of_line: in parse_makefile()
614 goto end_of_line; in parse_makefile()