Home
last modified time | relevance | path

Searched refs:insert_self (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dcmds.c70 { "@", insert_self, NO_BRACE_ARGS },
71 { "\\", insert_self, NO_BRACE_ARGS },
74 { "{", insert_self, NO_BRACE_ARGS },
76 { "}", insert_self, NO_BRACE_ARGS },
378 insert_self (int arg) in insert_self() function
1883 insert_self (arg); in cm_punct()
H A Dcmds.h61 extern void insert_self (int arg),
/netbsd/external/gpl2/texinfo/dist/
H A DChangeLog.461946 * makeinfo/cmds.c (command_table): \\ -> insert_self.