HomeSort by: relevance | last modified time | path
    Searched defs:pro (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/indent/
args.c 69 static const struct pro { struct
77 } pro[] = { variable in typeref:typename:const struct pro[]
217 const struct pro *p;
224 for (p = pro + array_length(pro); p-- != pro;) {
317 snprintf(fname, sizeof(fname), "%s/.indent.pro", home);
321 load_profile(".indent.pro", false);
args.c 69 static const struct pro { struct
77 } pro[] = { variable in typeref:typename:const struct pro[]
217 const struct pro *p;
224 for (p = pro + array_length(pro); p-- != pro;) {
317 snprintf(fname, sizeof(fname), "%s/.indent.pro", home);
321 load_profile(".indent.pro", false);

Completed in 22 milliseconds