Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dcmds.c68 { "@", insert_self, NO_BRACE_ARGS },
69 { "\\", insert_self, NO_BRACE_ARGS },
72 { "{", insert_self, NO_BRACE_ARGS },
74 { "}", insert_self, NO_BRACE_ARGS },
376 insert_self (int arg) in insert_self() function
1882 insert_self (arg); in cm_punct()
H A Dcmds.h59 extern void insert_self (int arg),
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.461946 * makeinfo/cmds.c (command_table): \\ -> insert_self.