Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dcommands.c127 int hfd, matched, doindex; in command_help() local
158 doindex = strcmp(topic, "index") == 0? 1 : 0; in command_help()
159 matched = doindex; in command_help()
165 if (doindex) { /* dink around formatting */ in command_help()
/freebsd/usr.bin/m4/
H A Dextern.h98 extern ptrdiff_t doindex(const char *, const char *);
H A Dmisc.c71 doindex(const char *s1, const char *s2) in doindex() function
H A Deval.c440 pbnum((argc > 3) ? doindex(argv[2], argv[3]) : -1); in expand_builtin()
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex776 \noexpand\doindex {#1}}
798 \noexpand\doindex {#2}}%
808 % Define \doindex, the driver for all \fooindex macros.
812 % \doindex just uses \parsearg; it calls \doind for the actual work.
818 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}