Lines Matching defs:cptname
304 * have been given one explicitly (in cptname), and so it may have been
308 AddToCaptiveList(const char *cptname)
333 * If we're not given a cptname, we use this loop to mark up
336 if(!cptname) {
356 * If we do have a cptname, and a captive already has the
359 if(!strcmp(*cl, cptname)) {
361 cptname);
372 if(!cptname) {
385 rcname = strdup(cptname);
425 RemoveFromCaptiveList(const char *cptname)
432 if(!cptname || XA_WM_CTWM_ROOT_our_name == None) {
448 if(strcmp(*cl, cptname) == 0) {
462 * Make a new list without cptname in it. A list with (count)
477 if(!strcmp(*cl, cptname)) {