Searched refs:dirtpname (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c42 * (dirtpname): No longer external.
223 /* indexes into dirtpname */
230 static struct buf dirtpname[DIRTEMPNAMES]; /* unlink these when done */ variable in typeref:struct:buf
232 #define lockname (dirtpname[lockdirtp_index].string)
233 #define newRCSname (dirtpname[newRCSdirtp_index].string)
1334 dirt = &dirtpname[waslocked];
1467 bufscpy(&dirtpname[lockdirtp_index], sp);
1488 if (dirtpname[i].string == name) {
1499 * Create a unique pathname and store it into dirtpname.
1515 bn = &dirtpname[newRCSdirtp_inde
[all...]

Completed in 44 milliseconds